/*公共样式--开始*/
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: none;
}
html,
body {
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000;
}
body {
  font-size: 0.16rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
img {
  border: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
input,
textarea {
  outline: none;
  border: none;
  background: none;
}
input:focus {
  outline: none;
  background: none;
}
textarea {
  resize: none;
  overflow: auto;
}
strong,
b {
  font-weight: normal;
}
em,
i {
  font-style: normal;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ellipse {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.w_100 {
  width: 100%;
}
.w_200 {
  width: 200px !important;
}
.w_400 {
  width: 400px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.ml-auto {
  margin-left: auto;
}
.pending_authkeys .el-switch .icon {
  display: none !important;
}
.pending_authkeys .key-box {
  display: flex;
  width: 100%;
}
.pending_authkeys .key-box .inner {
  width: 100%;
}
.pending_authkeys .key-box .inner p {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pending_authkeys .head-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.pending_authkeys .head-box .qg-button {
  margin-left: 10px;
}
.pending_authkeys .vue-table {
  border: 1px solid #e5e9ed !important;
}
.pending_authkeys .vue-table .el-table__header-wrapper {
  border-bottom: 1px solid #e5e9ed !important;
}
.pending_authkeys .vue-table .el-table__body tr.el-table__row--striped td.el-table__cell {
  background-color: #f6fbfe !important;
}
.pending_authkeys .vue-table .el-table__body tr:hover > td.el-table__cell {
  background-color: #eefcfd !important;
}
.pending_authkeys .vue-table .danger,
.pending_authkeys .vue-table .danger p {
  color: #d93026;
}
.pending_authkeys .vue-table .warning,
.pending_authkeys .vue-table .warning p {
  color: #ff8f02;
}
.pending_authkeys .vue-table .time-str p {
  opacity: 0.6;
}
.pending_authkeys .vue-table .status-wrap {
  display: flex;
  align-items: center;
}
.pending_authkeys .vue-table .status-wrap .icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  cursor: default;
}
.pending_authkeys .vue-table .status-wrap .icon.success-icon {
  background: url(/static_new_qs_theme/default-themes/home/image/icon/icon-succee.png) no-repeat;
  background-size: 15px 15px;
}
.pending_authkeys .vue-table .status-wrap .icon.warning-icon {
  background: url(/static_new_qs_theme/default-themes/home/image/icon/icon-warning.png) no-repeat;
  background-size: 15px 15px;
}
.pending_authkeys .vue-table .status-wrap .icon.danger-icon {
  background: url(/static_new_qs_theme/default-themes/home/image/icon/icon-fail.png) no-repeat;
  background-size: 15px 15px;
}
.pending_authkeys .vue-table .text-button span {
  color: #119f93 !important;
  font-weight: normal;
}
.pending_authkeys .vue-table .text-button span:hover {
  opacity: 0.85;
}
.pending_authkeys .vue-table .text-button.is-disabled span {
  opacity: 0.3;
}
.pending_authkeys .vue-table .text-button.red span {
  color: #d93026 !important;
}
.pending_authkeys .vue-table .el-dropdown .el-dropdown-link {
  display: flex;
  align-items: center;
}
.pending_authkeys .vue-table .el-dropdown span {
  color: #119f93 !important;
}
.pending_authkeys .vue-table .el-dropdown span:hover {
  opacity: 0.85;
}
.pending_authkeys .vue-table .el-dropdown .left-more {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(/static_new_qs_theme/default-themes/home/image/icon/arrow-right.png) no-repeat;
  background-size: 65%;
  content: '';
  background-size: cover;
}
.pending_authkeys .vue-table .el-dropdown .left-more.open {
  transform: rotate(90deg);
}
.pending_authkeys .vue-table .qg-table__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.3rem;
}
.pending_authkeys .vue-table .qg-table__empty img {
  width: 0.8rem;
  margin-bottom: 0.18rem;
}
.pending_authkeys .vue-table .el-table__row.lock .el-checkbox__input.is-disabled .el-checkbox__inner {
  position: relative;
}
.pending_authkeys .vue-table .el-table__row.lock .el-checkbox__input.is-disabled .el-checkbox__inner:hover::before {
  content: '\5b50\4e1a\52a1\5df2\88ab\5c01\7981\ff0c\4e0d\53ef\9009';
  position: absolute;
  top: -8px;
  left: 26px;
  padding: 8px;
  background: #303133;
  color: #fff;
  font-size: 12px;
  z-index: 20250303;
  border-radius: 4px;
}
.pending_authkeys .vue-table .el-table__row.lock .el-checkbox__input.is-disabled .el-checkbox__inner:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent #303133 transparent transparent;
  z-index: 20250304;
  transition: none;
}
.pending_authkeys .vue-table .el-table__row.used .el-checkbox__input.is-disabled .el-checkbox__inner {
  position: relative;
}
.pending_authkeys .vue-table .el-table__row.used .el-checkbox__input.is-disabled .el-checkbox__inner:hover::before {
  content: '\5df2\5b58\5728\5408\5e76\4e1a\52a1\ff0c\4e0d\53ef\9009';
  position: absolute;
  top: -8px;
  left: 26px;
  padding: 8px;
  background: #303133;
  color: #fff;
  font-size: 12px;
  z-index: 20250303;
  border-radius: 4px;
}
.pending_authkeys .vue-table .el-table__row.used .el-checkbox__input.is-disabled .el-checkbox__inner:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent #303133 transparent transparent;
  z-index: 20250304;
  transition: none;
}
.el-dropdown-menu__item:focus,
.el-dropdown-menu__item:not(.is-disabled):hover {
  background-color: #eefcfd !important;
  color: #444444 !important;
}
.popover-wrap .tip {
  font-size: 12px;
  color: #BBBCBD;
  padding: 8px 0;
}
.popover-wrap .btn-wrap {
  display: flex;
  align-items: center;
}
